- capthist
a capthist
object as defined in package secr
including capture data and detector (trap) layout
- buffer
scalar mask buffer radius (default 100 m)
- start
an optional object of class secr
, ie, output from the secr.fit
function in package secr
; objects of other classes are silently ignored.
- nAug
number of individuals in the augmented population; if NA, a suitable default is chosen based on the object passed to start
or a preliminary run of secr.fit
.
- maxSig
maximum value for the scale parameter of the detection function: the prior is Uniform(0, maxSig).
- chains
the number of Markov chains to run.
- draws
the total number of values to return. The number of values calculated per chain is adapt + burnin + ceiling(draws / chains) * thin
.
- burnin
the number of values to discard at the beginning of each chain.
- thin
the thinning rate. If set to n > 1, n values are calculated for each value returned.
- adapt
the number of iterations to run in the JAGS adaptive phase.
- priorOnly
if TRUE, the function produces random draws from the appropriate prior distributions, with a warning.
- seed
set a seed for the random number generators.
- parallel
if TRUE or NULL and sufficient cores are available, the MCMC chains are run in parallel; if TRUE and insufficient cores are available, a warning is given.
- ...
other arguments to pass to the function.